home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 June / MacFormat 25.iso / Shareware City / Developers / macgzip_03b2-src / macos / mpw / TODO
Encoding:
Text File  |  1994-10-18  |  806 b   |  26 lines  |  [TEXT/ttxt]

  1. Compile gzip for MPW is one of the last things in my 'to do' list
  2. (because I really don't need it too much)
  3.  
  4. If you want to try it using this sources, drop me a note;
  5. perhaps I could help you.
  6.  
  7. I think it can't be very hard; perhaps the main problem would be
  8. to compile the posix library (I havent tried, but it should be easy).
  9. (you don't need the full library, stat.c, chmod.c and utime.c are enaugh)
  10.  
  11.  
  12. Probably the best choice is start from a clean GNU's gzip sources;
  13. compare them with MacGzip sources and make the minimal changes.
  14. In MacGzip code, there are changes in error handling and in progress
  15. bar wich are, surely, unnecesary in an MPW tool.
  16.  
  17.     good luck
  18.     
  19. =
  20.  
  21. You can use also
  22.  
  23. ftp://ftp.switch.ch/software/mac/src/mpw_c/gzip-1.2.2.cpt.bin
  24.  
  25. (it is not the last version of gzip, but it works...)
  26.